Wyo Java Ch20Proj6

Modify the starter file named Ch20Proj6.java from the Handout folder so it builds a histogram that shows how many times each word occurs in a file. More of the specs are contained in the starter file.

Sample input::

The cat in the hat did a dance while another cat in a sweater did nothing in the room.

Sample output:

Words   123456789012345
the     ***
cat     *
room    **
while   **
dance   **
nothing **
hat     ***
did     **
a       *
another **
in      *
sweater **

Your program must follow the class Coding Standards. Save all of the files associated with this assignment to the appropriate network folder.

Submit the printed code stapled to a screen capture of the runtime output.